In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Annotations_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Annotations.Annotation / Top Property

Top Property (Annotation)

In This Topic
Syntax
'Declaration

 

<DescriptionAttribute("Top position, in inches, of the middle point of the bounding box of the annotation")>

Public Property Top As Single
[Description("Top position, in inches, of the middle point of the bounding box of the annotation")]

public float Top {get; set;}
public read-write property Top: Single; 
DescriptionAttribute("Top position, in inches, of the middle point of the bounding box of the annotation")

public function get,set Top : float
[Description("Top position, in inches, of the middle point of the bounding box of the annotation")]

public: __property float get_Top();

public: __property void set_Top( 

   float value

);
[Description("Top position, in inches, of the middle point of the bounding box of the annotation")]

public:

property float Top {

   float get();

   void set (    float value);

}
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Annotations.Annotation
Annotation Members